home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 44
/
Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso
/
-serious-
/
wb
/
merlin
/
agent.mcp
next >
Wrap
Text File
|
1999-07-12
|
1KB
|
69 lines
; Define labels for pens (optional)
PEN #0 Grey
PEN #1 Black
PEN #2 White
PEN #3 Blue
PEN #4 DGrey
PEN #5 LGrey
PEN #6 Beige
PEN #7 LBlue
PEN #8 Yellow
PEN #9 Red
PEN #10 LGreen
PEN #11 DGreen
PEN #12 Orange
PEN #13 Cyan
PEN #14 Brown
PEN #15 Beige
; SpaceAroundWindow X Y , SpaceAroundGroup X Y
; SpaceAroundObject X Y , LineThickness X Y
SAW 2 1 ; 0 0
SAG 3 2 ; 5 3 3 2
SAO 2 1 ; 2 1
LTX 2 1 ; 2 1
; FONT "Fontname.font" FontSize Label
FONT "Topaz.font" 8 ButtonFont
FONT "Topaz.font" 8 TextFont
; IFF "path/picture.iff" Label
IFF "mcp:iff/agent0.iff" agent0
; default size of strings and buttons in characters
DEFAULTSIZE 5
; DEFAULTPROG "rx mcp:rexx/agent.rexx %n" ;%n=port number, %s=prog name
WINDOWTITLE "Agent"
SAVEWINDOWPOS
; WINDOWPOS 20 20
VGROUP
HGROUP BORDERUP BCOLOR lgrey
PICTURE agent0 RUN "rx mcp:rexx/agent.rexx %n" BORDERDOWN DITHER 2
ENDGROUP
BUTTON "Agent" RUN "rx mcp:rexx/agent.rexx %n" BCOLOR lgreen
ENDGROUP